Html Css Color HEX #7AF16E Pastel Green

📋 copy color: '#7AF16E'

red 122 ◦ green 241 ◦ blue 110

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

Shades of Pastel Green #7AF16E

Tints of Pastel Green #7AF16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.26%

R = 25.79%
G = 50.95%
B = 23.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#7AF16E (or 0x7AF16E) is known color: Pastel Green. HEX triplet: 7A, F1 and 6E. RGB value is (122,241,110). Sum of RGB (Red+Green+Blue) = 122+241+110=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF16E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF16E is #850E91. Grayscale: #BEBEBE. Windows color (decimal): -8720018 or 7270778. OLE color: 7270778.

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

Color convert

RGB 122 241 110 -
CMYK 0.49 0 0.54 0.05
HSL 114.5º 0.82% 0.69% -
HSV(B) 114.5º 0.54% 0.95% -
XYZ 42.3 68.17 25.68 -
YUV 190.49 82.58 79.15 -
System Red Green Blue C M Y K H S L
Decimal 122 241 110 0.49 0 0.54 0.05 114.5 0.82 0.69
Hex 7A F1 6E 31 0 36 5 73 52 45
Octal 172 361 156 61 0 66 5 163 122 105
Binary 1111010 11110001 1101110 110001 0 110110 101 1110011 1010010 1000101

Color Harmonies of #7AF16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF16E

Black with #7AF16E

Text Example


Text Example

White with #7AF16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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