Html Css Color HEX #1AF278 Spring Green

📋 copy color: '#1AF278'

red 26 ◦ green 242 ◦ blue 120

#1AF278
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #1AF278

Tints of Spring Green #1AF278

RGB

 RED value IS 26 (10.55% from 255) = 6.7%

 GREEN value IS 242 (94.92% from 255) = 62.37%

 BLUE value IS 120 (47.27% from 255) = 30.93%

R = 6.7%
G = 62.37%
B = 30.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1AF278 (or 0x1AF278) is known color: Spring Green. HEX triplet: 1A, F2 and 78. RGB value is (26,242,120). Sum of RGB (Red+Green+Blue) = 26+242+120=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF278 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF278 is #E50D87. Grayscale: #A3A3A3. Windows color (decimal): -15011208 or 7926298. OLE color: 7926298.

HSL color Cylindrical-coordinate representation of color #1AF278: hue angle of 146.11º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF278 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 242 120 -
CMYK 0.89 0 0.50 0.05
HSL 146.11º 0.89% 0.53% -
HSV(B) 146.11º 0.89% 0.95% -
XYZ 35.57 65.08 28.46 -
YUV 163.51 103.44 29.92 -
System Red Green Blue C M Y K H S L
Decimal 26 242 120 0.89 0 0.50 0.05 146.11 0.89 0.53
Hex 1A F2 78 59 0 32 5 92 59 35
Octal 32 362 170 131 0 62 5 222 131 65
Binary 11010 11110010 1111000 1011001 0 110010 101 10010010 1011001 110101

Color Harmonies of #1AF278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF278

Black with #1AF278

Text Example


Text Example

White with #1AF278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AF278; }

 p { color: rgb(26,242,120); }

 H1.HeaderClassName
 {
   color: #1AF278;
 }
 .AnyTagClassName
 {
   color: #1AF278;
 }
</style>

background-color css

<style>
 a { background-color: #1AF278; }

 a { background-color: rgb(26,242,120); }

 div.DivClassName
 {
   background-color: #1AF278;
 }
 .BgClassName
 {
   background-color: #1AF278;
 }
</style>

border-color css

<style>
 span { border-color: #1AF278; }

 span { border-color: rgb(26,242,120); }

 td.TdClassName
 {
   border-color: #1AF278;
 }
 .TagClassName
 {
   border-color: #1AF278;
 }
</style>