Html Css Color HEX #A5CA2B Yellow Green

📋 copy color: '#A5CA2B'

red 165 ◦ green 202 ◦ blue 43

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

Shades of Yellow Green #A5CA2B

Tints of Yellow Green #A5CA2B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.27%

 BLUE value IS 43 (17.19% from 255) = 10.49%

R = 40.24%
G = 49.27%
B = 10.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#A5CA2B (or 0xA5CA2B) is known color: Yellow Green. HEX triplet: A5, CA and 2B. RGB value is (165,202,43). Sum of RGB (Red+Green+Blue) = 165+202+43=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CA2B is #5A35D4. Grayscale: #ADADAD. Windows color (decimal): -5912021 or 2869925. OLE color: 2869925.

HSL color Cylindrical-coordinate representation of color #A5CA2B: hue angle of 73.96º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5CA2B is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 202 43 -
CMYK 0.18 0 0.79 0.21
HSL 73.96º 0.65% 0.48% -
HSV(B) 73.96º 0.79% 0.79% -
XYZ 37.07 50.41 10.06 -
YUV 172.81 54.74 122.43 -
System Red Green Blue C M Y K H S L
Decimal 165 202 43 0.18 0 0.79 0.21 73.96 0.65 0.48
Hex A5 CA 2B 12 0 4F 15 4A 41 30
Octal 245 312 53 22 0 117 25 112 101 60
Binary 10100101 11001010 101011 10010 0 1001111 10101 1001010 1000001 110000

Color Harmonies of #A5CA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA2B

Black with #A5CA2B

Text Example


Text Example

White with #A5CA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA2B; }

 p { color: rgb(165,202,43); }

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

background-color css

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

 a { background-color: rgb(165,202,43); }

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

border-color css

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

 span { border-color: rgb(165,202,43); }

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