Html Css Color HEX #1AF172 Spring Green

📋 copy color: '#1AF172'

red 26 ◦ green 241 ◦ blue 114

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

Shades of Spring Green #1AF172

Tints of Spring Green #1AF172

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.25%

 BLUE value IS 114 (44.92% from 255) = 29.92%

R = 6.82%
G = 63.25%
B = 29.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#1AF172 (or 0x1AF172) is known color: Spring Green. HEX triplet: 1A, F1 and 72. RGB value is (26,241,114). Sum of RGB (Red+Green+Blue) = 26+241+114=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 241 (94.53% from 255 or 63.25% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF172 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF172 is #E50E8D. Grayscale: #A2A2A2. Windows color (decimal): -15011470 or 7532826. OLE color: 7532826.

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

Color convert

RGB 26 241 114 -
CMYK 0.89 0 0.53 0.05
HSL 144.56º 0.88% 0.52% -
HSV(B) 144.56º 0.89% 0.95% -
XYZ 34.92 64.35 26.5 -
YUV 162.24 100.77 30.83 -
System Red Green Blue C M Y K H S L
Decimal 26 241 114 0.89 0 0.53 0.05 144.56 0.88 0.52
Hex 1A F1 72 59 0 35 5 91 58 34
Octal 32 361 162 131 0 65 5 221 130 64
Binary 11010 11110001 1110010 1011001 0 110101 101 10010001 1011000 110100

Color Harmonies of #1AF172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF172

Black with #1AF172

Text Example


Text Example

White with #1AF172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,241,114); }

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

background-color css

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

 a { background-color: rgb(26,241,114); }

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

border-color css

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

 span { border-color: rgb(26,241,114); }

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