Html Css Color HEX #AACB34 Yellow Green

📋 copy color: '#AACB34'

red 170 ◦ green 203 ◦ blue 52

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

Shades of Yellow Green #AACB34

Tints of Yellow Green #AACB34

RGB

 RED value IS 170 (66.8% from 255) = 40%

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

 BLUE value IS 52 (20.7% from 255) = 12.24%

R = 40%
G = 47.76%
B = 12.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#AACB34 (or 0xAACB34) is known color: Yellow Green. HEX triplet: AA, CB and 34. RGB value is (170,203,52). Sum of RGB (Red+Green+Blue) = 170+203+52=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACB34 is #5534CB. Grayscale: #B0B0B0. Windows color (decimal): -5584076 or 3460010. OLE color: 3460010.

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

Color convert

RGB 170 203 52 -
CMYK 0.16 0 0.74 0.20
HSL 73.11º 0.59% 0.5% -
HSV(B) 73.11º 0.74% 0.8% -
XYZ 38.55 51.51 11.16 -
YUV 175.92 58.07 123.78 -
System Red Green Blue C M Y K H S L
Decimal 170 203 52 0.16 0 0.74 0.20 73.11 0.59 0.5
Hex AA CB 34 10 0 4A 14 49 3B 32
Octal 252 313 64 20 0 112 24 111 73 62
Binary 10101010 11001011 110100 10000 0 1001010 10100 1001001 111011 110010

Color Harmonies of #AACB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB34

Black with #AACB34

Text Example


Text Example

White with #AACB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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