Html Css Color HEX #A8CE4A Conifer

📋 copy color: '#A8CE4A'

red 168 ◦ green 206 ◦ blue 74

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

Shades of Conifer #A8CE4A

Tints of Conifer #A8CE4A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.98%

 BLUE value IS 74 (29.3% from 255) = 16.52%

R = 37.5%
G = 45.98%
B = 16.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#A8CE4A (or 0xA8CE4A) is known color: Conifer. HEX triplet: A8, CE and 4A. RGB value is (168,206,74). Sum of RGB (Red+Green+Blue) = 168+206+74=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CE4A is #5731B5. Grayscale: #B4B4B4. Windows color (decimal): -5714358 or 4902568. OLE color: 4902568.

HSL color Cylindrical-coordinate representation of color #A8CE4A: hue angle of 77.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8CE4A is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 206 74 -
CMYK 0.18 0 0.64 0.19
HSL 77.27º 0.57% 0.55% -
HSV(B) 77.27º 0.64% 0.81% -
XYZ 39.46 52.96 14.62 -
YUV 179.59 68.41 119.73 -
System Red Green Blue C M Y K H S L
Decimal 168 206 74 0.18 0 0.64 0.19 77.27 0.57 0.55
Hex A8 CE 4A 12 0 40 13 4D 39 37
Octal 250 316 112 22 0 100 23 115 71 67
Binary 10101000 11001110 1001010 10010 0 1000000 10011 1001101 111001 110111

Color Harmonies of #A8CE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE4A

Black with #A8CE4A

Text Example


Text Example

White with #A8CE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE4A; }

 p { color: rgb(168,206,74); }

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

background-color css

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

 a { background-color: rgb(168,206,74); }

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

border-color css

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

 span { border-color: rgb(168,206,74); }

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