Html Css Color HEX #7AF1A4 Light Green

📋 copy color: '#7AF1A4'

red 122 ◦ green 241 ◦ blue 164

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

Shades of Light Green #7AF1A4

Tints of Light Green #7AF1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.12%

R = 23.15%
G = 45.73%
B = 31.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#7AF1A4 (or 0x7AF1A4) is known color: Light Green. HEX triplet: 7A, F1 and A4. RGB value is (122,241,164). Sum of RGB (Red+Green+Blue) = 122+241+164=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF1A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF1A4 is #850E5B. Grayscale: #C4C4C4. Windows color (decimal): -8719964 or 10809722. OLE color: 10809722.

HSL color Cylindrical-coordinate representation of color #7AF1A4: hue angle of 141.18º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF1A4 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 241 164 -
CMYK 0.49 0 0.32 0.05
HSL 141.18º 0.81% 0.71% -
HSV(B) 141.18º 0.49% 0.95% -
XYZ 46.18 69.73 46.15 -
YUV 196.64 109.58 74.76 -
System Red Green Blue C M Y K H S L
Decimal 122 241 164 0.49 0 0.32 0.05 141.18 0.81 0.71
Hex 7A F1 A4 31 0 20 5 8D 51 47
Octal 172 361 244 61 0 40 5 215 121 107
Binary 1111010 11110001 10100100 110001 0 100000 101 10001101 1010001 1000111

Color Harmonies of #7AF1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF1A4

Black with #7AF1A4

Text Example


Text Example

White with #7AF1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,241,164); }

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

background-color css

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

 a { background-color: rgb(122,241,164); }

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

border-color css

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

 span { border-color: rgb(122,241,164); }

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