Html Css Color HEX #1AF27A Spring Green

📋 copy color: '#1AF27A'

red 26 ◦ green 242 ◦ blue 122

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

Shades of Spring Green #1AF27A

Tints of Spring Green #1AF27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 6.67%
G = 62.05%
B = 31.28%

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

#1AF27A (or 0x1AF27A) is known color: Spring Green. HEX triplet: 1A, F2 and 7A. RGB value is (26,242,122). Sum of RGB (Red+Green+Blue) = 26+242+122=390 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.67% from 390); Green value is 242 (94.92% from 255 or 62.05% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF27A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF27A is #E50D85. Grayscale: #A4A4A4. Windows color (decimal): -15011206 or 8057370. OLE color: 8057370.

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

Color convert

RGB 26 242 122 -
CMYK 0.89 0 0.50 0.05
HSL 146.67º 0.89% 0.53% -
HSV(B) 146.67º 0.89% 0.95% -
XYZ 35.69 65.13 29.1 -
YUV 163.74 104.44 29.76 -
System Red Green Blue C M Y K H S L
Decimal 26 242 122 0.89 0 0.50 0.05 146.67 0.89 0.53
Hex 1A F2 7A 59 0 32 5 93 59 35
Octal 32 362 172 131 0 62 5 223 131 65
Binary 11010 11110010 1111010 1011001 0 110010 101 10010011 1011001 110101

Color Harmonies of #1AF27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF27A

Black with #1AF27A

Text Example


Text Example

White with #1AF27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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