Html Css Color HEX #A8D24C Conifer

📋 copy color: '#A8D24C'

red 168 ◦ green 210 ◦ blue 76

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

Shades of Conifer #A8D24C

Tints of Conifer #A8D24C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.26%

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

R = 37%
G = 46.26%
B = 16.74%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#A8D24C (or 0xA8D24C) is known color: Conifer. HEX triplet: A8, D2 and 4C. RGB value is (168,210,76). Sum of RGB (Red+Green+Blue) = 168+210+76=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D24C is #572DB3. Grayscale: #B6B6B6. Windows color (decimal): -5713332 or 5034664. OLE color: 5034664.

HSL color Cylindrical-coordinate representation of color #A8D24C: hue angle of 78.81º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8D24C is Cyan = 0.2, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 210 76 -
CMYK 0.2 0 0.64 0.18
HSL 78.81º 0.6% 0.56% -
HSV(B) 78.81º 0.64% 0.82% -
XYZ 40.5 54.94 15.31 -
YUV 182.17 68.09 117.9 -
System Red Green Blue C M Y K H S L
Decimal 168 210 76 0.2 0 0.64 0.18 78.81 0.6 0.56
Hex A8 D2 4C 14 0 40 12 4F 3C 38
Octal 250 322 114 24 0 100 22 117 74 70
Binary 10101000 11010010 1001100 10100 0 1000000 10010 1001111 111100 111000

Color Harmonies of #A8D24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D24C

Black with #A8D24C

Text Example


Text Example

White with #A8D24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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