Html Css Color HEX #A8CC4B Conifer

📋 copy color: '#A8CC4B'

red 168 ◦ green 204 ◦ blue 75

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

Shades of Conifer #A8CC4B

Tints of Conifer #A8CC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.64%

 BLUE value IS 75 (29.69% from 255) = 16.78%

R = 37.58%
G = 45.64%
B = 16.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#A8CC4B (or 0xA8CC4B) is known color: Conifer. HEX triplet: A8, CC and 4B. RGB value is (168,204,75). Sum of RGB (Red+Green+Blue) = 168+204+75=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC4B is #5733B4. Grayscale: #B3B3B3. Windows color (decimal): -5714869 or 4967592. OLE color: 4967592.

HSL color Cylindrical-coordinate representation of color #A8CC4B: hue angle of 76.74º 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 #A8CC4B is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 75 -
CMYK 0.18 0 0.63 0.2
HSL 76.74º 0.56% 0.55% -
HSV(B) 76.74º 0.63% 0.8% -
XYZ 39.01 52.02 14.64 -
YUV 178.53 69.57 120.49 -
System Red Green Blue C M Y K H S L
Decimal 168 204 75 0.18 0 0.63 0.2 76.74 0.56 0.55
Hex A8 CC 4B 12 0 3F 14 4D 38 37
Octal 250 314 113 22 0 77 24 115 70 67
Binary 10101000 11001100 1001011 10010 0 111111 10100 1001101 111000 110111

Color Harmonies of #A8CC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC4B

Black with #A8CC4B

Text Example


Text Example

White with #A8CC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC4B; }

 p { color: rgb(168,204,75); }

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

background-color css

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

 a { background-color: rgb(168,204,75); }

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

border-color css

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

 span { border-color: rgb(168,204,75); }

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