Html Css Color HEX #A8EA65 Conifer

📋 copy color: '#A8EA65'

red 168 ◦ green 234 ◦ blue 101

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

Shades of Conifer #A8EA65

Tints of Conifer #A8EA65

RGB

 RED value IS 168 (66.02% from 255) = 33.4%

 GREEN value IS 234 (91.8% from 255) = 46.52%

 BLUE value IS 101 (39.84% from 255) = 20.08%

R = 33.4%
G = 46.52%
B = 20.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#A8EA65 (or 0xA8EA65) is known color: Conifer. HEX triplet: A8, EA and 65. RGB value is (168,234,101). Sum of RGB (Red+Green+Blue) = 168+234+101=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA65 is #57159A. Grayscale: #C7C7C7. Windows color (decimal): -5707163 or 6679208. OLE color: 6679208.

HSL color Cylindrical-coordinate representation of color #A8EA65: hue angle of 89.77º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8EA65 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 101 -
CMYK 0.28 0 0.57 0.08
HSL 89.77º 0.76% 0.66% -
HSV(B) 89.77º 0.57% 0.92% -
XYZ 47.92 68.11 22.93 -
YUV 199.1 72.63 105.81 -
System Red Green Blue C M Y K H S L
Decimal 168 234 101 0.28 0 0.57 0.08 89.77 0.76 0.66
Hex A8 EA 65 1C 0 39 8 5A 4C 42
Octal 250 352 145 34 0 71 10 132 114 102
Binary 10101000 11101010 1100101 11100 0 111001 1000 1011010 1001100 1000010

Color Harmonies of #A8EA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EA65

Black with #A8EA65

Text Example


Text Example

White with #A8EA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EA65; }

 p { color: rgb(168,234,101); }

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

background-color css

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

 a { background-color: rgb(168,234,101); }

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

border-color css

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

 span { border-color: rgb(168,234,101); }

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