#A4CB34

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

Shades of Yellow Green #A4CB34

Tints of Yellow Green #A4CB34

Color information

#A4CB34 (or 0xA4CB34) is unknown color: approx Yellow Green. HEX triplet: A4, CB and 34. RGB value is (164,203,52). Sum of RGB (Red+Green+Blue) = 164+203+52=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CB34 is #5B34CB. Grayscale: #AEAEAE. Windows color (decimal): -5977292 or 3460004. OLE color: 3460004.

HSL color Cylindrical-coordinate representation of color #A4CB34: hue angle of 75.5º 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 #A4CB34 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB16420352-
CMYK0.1900.740.20
HSL75.5º59.22%50%-
HSV(B)75.5º74.38%79.61%-
XYZ37.2950.8511.1-
YUV174.1259.08120.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 203 (79.69% from 255) = 48.45%
BLUE value IS 52 (20.70% from 255) = 12.41%
R=39.14%
G=48.45%
B=12.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal164203520.1900.740.2075.559.2250
HexA4CB341304A144b3b32
Octal24431364230112241137362
Binary10100100110010111101001001101001010101001001011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CB34; }

 p { color: rgb(164,203,52); }

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

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

 a { background-color: rgb(164,203,52); }

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

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

 span { border-color: rgb(164,203,52); }

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