Html Css Color HEX #A5CC2C Yellow Green

📋 copy color: '#A5CC2C'

red 165 ◦ green 204 ◦ blue 44

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

Shades of Yellow Green #A5CC2C

Tints of Yellow Green #A5CC2C

RGB

 RED value IS 165 (64.84% from 255) = 39.95%

 GREEN value IS 204 (80.08% from 255) = 49.39%

 BLUE value IS 44 (17.58% from 255) = 10.65%

R = 39.95%
G = 49.39%
B = 10.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#A5CC2C (or 0xA5CC2C) is known color: Yellow Green. HEX triplet: A5, CC and 2C. RGB value is (165,204,44). Sum of RGB (Red+Green+Blue) = 165+204+44=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CC2C is #5A33D3. Grayscale: #AEAEAE. Windows color (decimal): -5911508 or 2935973. OLE color: 2935973.

HSL color Cylindrical-coordinate representation of color #A5CC2C: hue angle of 74.62º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5CC2C is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 204 44 -
CMYK 0.19 0 0.78 0.2
HSL 74.63º 0.65% 0.49% -
HSV(B) 74.63º 0.78% 0.8% -
XYZ 37.56 51.37 10.32 -
YUV 174.1 54.58 121.51 -
System Red Green Blue C M Y K H S L
Decimal 165 204 44 0.19 0 0.78 0.2 74.63 0.65 0.49
Hex A5 CC 2C 13 0 4E 14 4B 41 31
Octal 245 314 54 23 0 116 24 113 101 61
Binary 10100101 11001100 101100 10011 0 1001110 10100 1001011 1000001 110001

Color Harmonies of #A5CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CC2C

Black with #A5CC2C

Text Example


Text Example

White with #A5CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CC2C; }

 p { color: rgb(165,204,44); }

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

background-color css

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

 a { background-color: rgb(165,204,44); }

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

border-color css

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

 span { border-color: rgb(165,204,44); }

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