Html Css Color HEX #1AF28A Spring Green

📋 copy color: '#1AF28A'

red 26 ◦ green 242 ◦ blue 138

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

Shades of Spring Green #1AF28A

Tints of Spring Green #1AF28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 6.4%
G = 59.61%
B = 33.99%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#1AF28A (or 0x1AF28A) is known color: Spring Green. HEX triplet: 1A, F2 and 8A. RGB value is (26,242,138). Sum of RGB (Red+Green+Blue) = 26+242+138=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF28A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF28A is #E50D75. Grayscale: #A5A5A5. Windows color (decimal): -15011190 or 9105946. OLE color: 9105946.

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

Color convert

RGB 26 242 138 -
CMYK 0.89 0 0.43 0.05
HSL 151.11º 0.89% 0.53% -
HSV(B) 151.11º 0.89% 0.95% -
XYZ 36.77 65.56 34.76 -
YUV 165.56 112.44 28.46 -
System Red Green Blue C M Y K H S L
Decimal 26 242 138 0.89 0 0.43 0.05 151.11 0.89 0.53
Hex 1A F2 8A 59 0 2B 5 97 59 35
Octal 32 362 212 131 0 53 5 227 131 65
Binary 11010 11110010 10001010 1011001 0 101011 101 10010111 1011001 110101

Color Harmonies of #1AF28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF28A

Black with #1AF28A

Text Example


Text Example

White with #1AF28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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