Html Css Color HEX #A8CB60 Conifer

📋 copy color: '#A8CB60'

red 168 ◦ green 203 ◦ blue 96

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

Shades of Conifer #A8CB60

Tints of Conifer #A8CB60

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.47%

 BLUE value IS 96 (37.89% from 255) = 20.56%

R = 35.97%
G = 43.47%
B = 20.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#A8CB60 (or 0xA8CB60) is known color: Conifer. HEX triplet: A8, CB and 60. RGB value is (168,203,96). Sum of RGB (Red+Green+Blue) = 168+203+96=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB60 is #57349F. Grayscale: #B4B4B4. Windows color (decimal): -5715104 or 6343592. OLE color: 6343592.

HSL color Cylindrical-coordinate representation of color #A8CB60: hue angle of 79.63º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8CB60 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 203 96 -
CMYK 0.17 0 0.53 0.20
HSL 79.63º 0.51% 0.59% -
HSV(B) 79.63º 0.53% 0.8% -
XYZ 39.62 51.88 18.99 -
YUV 180.34 80.4 119.2 -
System Red Green Blue C M Y K H S L
Decimal 168 203 96 0.17 0 0.53 0.20 79.63 0.51 0.59
Hex A8 CB 60 11 0 35 14 50 33 3B
Octal 250 313 140 21 0 65 24 120 63 73
Binary 10101000 11001011 1100000 10001 0 110101 10100 1010000 110011 111011

Color Harmonies of #A8CB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CB60

Black with #A8CB60

Text Example


Text Example

White with #A8CB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CB60; }

 p { color: rgb(168,203,96); }

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

background-color css

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

 a { background-color: rgb(168,203,96); }

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

border-color css

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

 span { border-color: rgb(168,203,96); }

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