Html Css Color HEX #A8CD4D Conifer

📋 copy color: '#A8CD4D'

red 168 ◦ green 205 ◦ blue 77

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

Shades of Conifer #A8CD4D

Tints of Conifer #A8CD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.11%

R = 37.33%
G = 45.56%
B = 17.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#A8CD4D (or 0xA8CD4D) is known color: Conifer. HEX triplet: A8, CD and 4D. RGB value is (168,205,77). Sum of RGB (Red+Green+Blue) = 168+205+77=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD4D is #5732B2. Grayscale: #B3B3B3. Windows color (decimal): -5714611 or 5098920. OLE color: 5098920.

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

Color convert

RGB 168 205 77 -
CMYK 0.18 0 0.62 0.20
HSL 77.34º 0.56% 0.55% -
HSV(B) 77.34º 0.62% 0.8% -
XYZ 39.32 52.52 15.09 -
YUV 179.35 70.24 119.91 -
System Red Green Blue C M Y K H S L
Decimal 168 205 77 0.18 0 0.62 0.20 77.34 0.56 0.55
Hex A8 CD 4D 12 0 3E 14 4D 38 37
Octal 250 315 115 22 0 76 24 115 70 67
Binary 10101000 11001101 1001101 10010 0 111110 10100 1001101 111000 110111

Color Harmonies of #A8CD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD4D

Black with #A8CD4D

Text Example


Text Example

White with #A8CD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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