Html Css Color HEX #1AF38A Spring Green

📋 copy color: '#1AF38A'

red 26 ◦ green 243 ◦ blue 138

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

Shades of Spring Green #1AF38A

Tints of Spring Green #1AF38A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 59.71%

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

R = 6.39%
G = 59.71%
B = 33.91%

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

#1AF38A (or 0x1AF38A) is known color: Spring Green. HEX triplet: 1A, F3 and 8A. RGB value is (26,243,138). Sum of RGB (Red+Green+Blue) = 26+243+138=407 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.39% from 407); Green value is 243 (95.31% from 255 or 59.71% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF38A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF38A is #E50C75. Grayscale: #A6A6A6. Windows color (decimal): -15010934 or 9106202. OLE color: 9106202.

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

Color convert

RGB 26 243 138 -
CMYK 0.89 0 0.43 0.05
HSL 150.97º 0.9% 0.53% -
HSV(B) 150.97º 0.89% 0.95% -
XYZ 37.06 66.16 34.86 -
YUV 166.15 112.11 28.04 -
System Red Green Blue C M Y K H S L
Decimal 26 243 138 0.89 0 0.43 0.05 150.97 0.9 0.53
Hex 1A F3 8A 59 0 2B 5 97 5A 35
Octal 32 363 212 131 0 53 5 227 132 65
Binary 11010 11110011 10001010 1011001 0 101011 101 10010111 1011010 110101

Color Harmonies of #1AF38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF38A

Black with #1AF38A

Text Example


Text Example

White with #1AF38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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