Html Css Color HEX #A8CD4A Conifer

📋 copy color: '#A8CD4A'

red 168 ◦ green 205 ◦ blue 74

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

Shades of Conifer #A8CD4A

Tints of Conifer #A8CD4A

RGB

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

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

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

R = 37.58%
G = 45.86%
B = 16.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#A8CD4A (or 0xA8CD4A) is known color: Conifer. HEX triplet: A8, CD and 4A. RGB value is (168,205,74). Sum of RGB (Red+Green+Blue) = 168+205+74=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CD4A is #5732B5. Grayscale: #B3B3B3. Windows color (decimal): -5714614 or 4902312. OLE color: 4902312.

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

Color convert

RGB 168 205 74 -
CMYK 0.18 0 0.64 0.20
HSL 76.95º 0.57% 0.55% -
HSV(B) 76.95º 0.64% 0.8% -
XYZ 39.22 52.48 14.54 -
YUV 179 68.74 120.15 -
System Red Green Blue C M Y K H S L
Decimal 168 205 74 0.18 0 0.64 0.20 76.95 0.57 0.55
Hex A8 CD 4A 12 0 40 14 4D 39 37
Octal 250 315 112 22 0 100 24 115 71 67
Binary 10101000 11001101 1001010 10010 0 1000000 10100 1001101 111001 110111

Color Harmonies of #A8CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD4A

Black with #A8CD4A

Text Example


Text Example

White with #A8CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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