Html Css Color HEX #7FAA23 Lima

📋 copy color: '#7FAA23'

red 127 ◦ green 170 ◦ blue 35

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

Shades of Lima #7FAA23

Tints of Lima #7FAA23

RGB

 RED value IS 127 (50% from 255) = 38.25%

 GREEN value IS 170 (66.8% from 255) = 51.2%

 BLUE value IS 35 (14.06% from 255) = 10.54%

R = 38.25%
G = 51.2%
B = 10.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#7FAA23 (or 0x7FAA23) is known color: Lima. HEX triplet: 7F, AA and 23. RGB value is (127,170,35). Sum of RGB (Red+Green+Blue) = 127+170+35=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAA23 is #8055DC. Grayscale: #8E8E8E. Windows color (decimal): -8410589 or 2337407. OLE color: 2337407.

HSL color Cylindrical-coordinate representation of color #7FAA23: hue angle of 79.11º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7FAA23 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 170 35 -
CMYK 0.25 0 0.79 0.33
HSL 79.11º 0.66% 0.4% -
HSV(B) 79.11º 0.79% 0.67% -
XYZ 23.43 33.38 6.8 -
YUV 141.75 67.75 117.48 -
System Red Green Blue C M Y K H S L
Decimal 127 170 35 0.25 0 0.79 0.33 79.11 0.66 0.4
Hex 7F AA 23 19 0 4F 21 4F 42 28
Octal 177 252 43 31 0 117 41 117 102 50
Binary 1111111 10101010 100011 11001 0 1001111 100001 1001111 1000010 101000

Color Harmonies of #7FAA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAA23

Black with #7FAA23

Text Example


Text Example

White with #7FAA23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,170,35); }

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

background-color css

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

 a { background-color: rgb(127,170,35); }

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

border-color css

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

 span { border-color: rgb(127,170,35); }

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