Html Css Color HEX #7AF28E Light Green

📋 copy color: '#7AF28E'

red 122 ◦ green 242 ◦ blue 142

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

Shades of Light Green #7AF28E

Tints of Light Green #7AF28E

RGB

 RED value IS 122 (48.05% from 255) = 24.11%

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

 BLUE value IS 142 (55.86% from 255) = 28.06%

R = 24.11%
G = 47.83%
B = 28.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#7AF28E (or 0x7AF28E) is known color: Light Green. HEX triplet: 7A, F2 and 8E. RGB value is (122,242,142). Sum of RGB (Red+Green+Blue) = 122+242+142=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF28E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF28E is #850D71. Grayscale: #C3C3C3. Windows color (decimal): -8719730 or 9368186. OLE color: 9368186.

HSL color Cylindrical-coordinate representation of color #7AF28E: hue angle of 130º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF28E is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 242 142 -
CMYK 0.50 0 0.41 0.05
HSL 130º 0.82% 0.71% -
HSV(B) 130º 0.5% 0.95% -
XYZ 44.66 69.59 36.67 -
YUV 194.72 98.24 76.13 -
System Red Green Blue C M Y K H S L
Decimal 122 242 142 0.50 0 0.41 0.05 130 0.82 0.71
Hex 7A F2 8E 32 0 29 5 82 52 47
Octal 172 362 216 62 0 51 5 202 122 107
Binary 1111010 11110010 10001110 110010 0 101001 101 10000010 1010010 1000111

Color Harmonies of #7AF28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF28E

Black with #7AF28E

Text Example


Text Example

White with #7AF28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AF28E; }

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

 H1.HeaderClassName
 {
   color: #7AF28E;
 }
 .AnyTagClassName
 {
   color: #7AF28E;
 }
</style>

background-color css

<style>
 a { background-color: #7AF28E; }

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

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

border-color css

<style>
 span { border-color: #7AF28E; }

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

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