Html Css Color HEX #A5CB2D Yellow Green

📋 copy color: '#A5CB2D'

red 165 ◦ green 203 ◦ blue 45

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

Shades of Yellow Green #A5CB2D

Tints of Yellow Green #A5CB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.9%

R = 39.95%
G = 49.15%
B = 10.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#A5CB2D (or 0xA5CB2D) is known color: Yellow Green. HEX triplet: A5, CB and 2D. RGB value is (165,203,45). Sum of RGB (Red+Green+Blue) = 165+203+45=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CB2D is #5A34D2. Grayscale: #AEAEAE. Windows color (decimal): -5911763 or 3001253. OLE color: 3001253.

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

Color convert

RGB 165 203 45 -
CMYK 0.19 0 0.78 0.20
HSL 74.43º 0.64% 0.49% -
HSV(B) 74.43º 0.78% 0.8% -
XYZ 37.35 50.9 10.34 -
YUV 173.63 55.41 121.85 -
System Red Green Blue C M Y K H S L
Decimal 165 203 45 0.19 0 0.78 0.20 74.43 0.64 0.49
Hex A5 CB 2D 13 0 4E 14 4A 40 31
Octal 245 313 55 23 0 116 24 112 100 61
Binary 10100101 11001011 101101 10011 0 1001110 10100 1001010 1000000 110001

Color Harmonies of #A5CB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB2D

Black with #A5CB2D

Text Example


Text Example

White with #A5CB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB2D; }

 p { color: rgb(165,203,45); }

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

background-color css

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

 a { background-color: rgb(165,203,45); }

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

border-color css

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

 span { border-color: rgb(165,203,45); }

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