#A8CB35

Color #A8CB35 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #A8CB35

Tints of Yellow Green #A8CB35

Color information

#A8CB35 (or 0xA8CB35) is unknown color: approx Yellow Green. HEX triplet: A8, CB and 35. RGB value is (168,203,53). Sum of RGB (Red+Green+Blue) = 168+203+53=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CB35 is #5734CA. Grayscale: #B0B0B0. Windows color (decimal): -5715147 or 3525544. OLE color: 3525544.

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

Color convert

RGB16820353-
CMYK0.1700.740.20
HSL74º59.06%50.2%-
HSV(B)74º73.89%79.61%-
XYZ38.1551.2911.26-
YUV175.4358.9122.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.62%
GREEN value IS 203 (79.69% from 255) = 47.88%
BLUE value IS 53 (21.09% from 255) = 12.5%
R=39.62%
G=47.88%
B=12.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168203530.1700.740.207459.0650.2
HexA8CB351104A144a3b32
Octal25031365210112241127362
Binary10101000110010111101011000101001010101001001010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CB35; }

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

 H1.HeaderClassName
 {
   color: #A8CB35;
 }
 .AnyTagClassName
 {
   color: #A8CB35;
 }
</style>
background-color css

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

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

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

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

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

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