Html Css Color HEX #1AF287 Spring Green

📋 copy color: '#1AF287'

red 26 ◦ green 242 ◦ blue 135

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

Shades of Spring Green #1AF287

Tints of Spring Green #1AF287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.5%

R = 6.45%
G = 60.05%
B = 33.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#1AF287 (or 0x1AF287) is known color: Spring Green. HEX triplet: 1A, F2 and 87. RGB value is (26,242,135). Sum of RGB (Red+Green+Blue) = 26+242+135=403 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.45% from 403); Green value is 242 (94.92% from 255 or 60.05% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF287 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF287 is #E50D78. Grayscale: #A5A5A5. Windows color (decimal): -15011193 or 8909338. OLE color: 8909338.

HSL color Cylindrical-coordinate representation of color #1AF287: hue angle of 150.28º 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 #1AF287 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 242 135 -
CMYK 0.89 0 0.44 0.05
HSL 150.28º 0.89% 0.53% -
HSV(B) 150.28º 0.89% 0.95% -
XYZ 36.55 65.47 33.63 -
YUV 165.22 110.94 28.7 -
System Red Green Blue C M Y K H S L
Decimal 26 242 135 0.89 0 0.44 0.05 150.28 0.89 0.53
Hex 1A F2 87 59 0 2C 5 96 59 35
Octal 32 362 207 131 0 54 5 226 131 65
Binary 11010 11110010 10000111 1011001 0 101100 101 10010110 1011001 110101

Color Harmonies of #1AF287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF287

Black with #1AF287

Text Example


Text Example

White with #1AF287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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