Html Css Color HEX #A8CD4C Conifer

📋 copy color: '#A8CD4C'

red 168 ◦ green 205 ◦ blue 76

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

Shades of Conifer #A8CD4C

Tints of Conifer #A8CD4C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.66%

 BLUE value IS 76 (30.08% from 255) = 16.93%

R = 37.42%
G = 45.66%
B = 16.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#A8CD4C (or 0xA8CD4C) is known color: Conifer. HEX triplet: A8, CD and 4C. RGB value is (168,205,76). Sum of RGB (Red+Green+Blue) = 168+205+76=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CD4C is #5732B3. Grayscale: #B3B3B3. Windows color (decimal): -5714612 or 5033384. OLE color: 5033384.

HSL color Cylindrical-coordinate representation of color #A8CD4C: hue angle of 77.21º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8CD4C is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 205 76 -
CMYK 0.18 0 0.63 0.20
HSL 77.21º 0.56% 0.55% -
HSV(B) 77.21º 0.63% 0.8% -
XYZ 39.28 52.51 14.9 -
YUV 179.23 69.74 119.99 -
System Red Green Blue C M Y K H S L
Decimal 168 205 76 0.18 0 0.63 0.20 77.21 0.56 0.55
Hex A8 CD 4C 12 0 3F 14 4D 38 37
Octal 250 315 114 22 0 77 24 115 70 67
Binary 10101000 11001101 1001100 10010 0 111111 10100 1001101 111000 110111

Color Harmonies of #A8CD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD4C

Black with #A8CD4C

Text Example


Text Example

White with #A8CD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD4C; }

 p { color: rgb(168,205,76); }

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

background-color css

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

 a { background-color: rgb(168,205,76); }

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

border-color css

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

 span { border-color: rgb(168,205,76); }

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