Html Css Color HEX #A7E064 Conifer

📋 copy color: '#A7E064'

red 167 ◦ green 224 ◦ blue 100

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

Shades of Conifer #A7E064

Tints of Conifer #A7E064

RGB

 RED value IS 167 (65.63% from 255) = 34.01%

 GREEN value IS 224 (87.89% from 255) = 45.62%

 BLUE value IS 100 (39.45% from 255) = 20.37%

R = 34.01%
G = 45.62%
B = 20.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#A7E064 (or 0xA7E064) is known color: Conifer. HEX triplet: A7, E0 and 64. RGB value is (167,224,100). Sum of RGB (Red+Green+Blue) = 167+224+100=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E064 is #581F9B. Grayscale: #C1C1C1. Windows color (decimal): -5775260 or 6611111. OLE color: 6611111.

HSL color Cylindrical-coordinate representation of color #A7E064: hue angle of 87.58º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7E064 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 224 100 -
CMYK 0.25 0 0.55 0.12
HSL 87.58º 0.67% 0.64% -
HSV(B) 87.58º 0.55% 0.88% -
XYZ 44.89 62.45 21.74 -
YUV 192.82 75.62 109.58 -
System Red Green Blue C M Y K H S L
Decimal 167 224 100 0.25 0 0.55 0.12 87.58 0.67 0.64
Hex A7 E0 64 19 0 37 C 58 43 40
Octal 247 340 144 31 0 67 14 130 103 100
Binary 10100111 11100000 1100100 11001 0 110111 1100 1011000 1000011 1000000

Color Harmonies of #A7E064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7E064

Black with #A7E064

Text Example


Text Example

White with #A7E064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7E064; }

 p { color: rgb(167,224,100); }

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

background-color css

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

 a { background-color: rgb(167,224,100); }

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

border-color css

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

 span { border-color: rgb(167,224,100); }

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