Html Css Color HEX #A8CB50 Conifer

📋 copy color: '#A8CB50'

red 168 ◦ green 203 ◦ blue 80

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

Shades of Conifer #A8CB50

Tints of Conifer #A8CB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.74%

R = 37.25%
G = 45.01%
B = 17.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#A8CB50 (or 0xA8CB50) is known color: Conifer. HEX triplet: A8, CB and 50. RGB value is (168,203,80). Sum of RGB (Red+Green+Blue) = 168+203+80=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB50 is #5734AF. Grayscale: #B2B2B2. Windows color (decimal): -5715120 or 5295016. OLE color: 5295016.

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

Color convert

RGB 168 203 80 -
CMYK 0.17 0 0.61 0.20
HSL 77.07º 0.54% 0.55% -
HSV(B) 77.07º 0.61% 0.8% -
XYZ 38.95 51.62 15.5 -
YUV 178.51 72.4 120.5 -
System Red Green Blue C M Y K H S L
Decimal 168 203 80 0.17 0 0.61 0.20 77.07 0.54 0.55
Hex A8 CB 50 11 0 3D 14 4D 36 37
Octal 250 313 120 21 0 75 24 115 66 67
Binary 10101000 11001011 1010000 10001 0 111101 10100 1001101 110110 110111

Color Harmonies of #A8CB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CB50

Black with #A8CB50

Text Example


Text Example

White with #A8CB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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