Html Css Color HEX #A2CA30 Yellow Green

📋 copy color: '#A2CA30'

red 162 ◦ green 202 ◦ blue 48

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

Shades of Yellow Green #A2CA30

Tints of Yellow Green #A2CA30

RGB

 RED value IS 162 (63.67% from 255) = 39.32%

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

 BLUE value IS 48 (19.14% from 255) = 11.65%

R = 39.32%
G = 49.03%
B = 11.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#A2CA30 (or 0xA2CA30) is known color: Yellow Green. HEX triplet: A2, CA and 30. RGB value is (162,202,48). Sum of RGB (Red+Green+Blue) = 162+202+48=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CA30 is #5D35CF. Grayscale: #ADADAD. Windows color (decimal): -6108624 or 3197602. OLE color: 3197602.

HSL color Cylindrical-coordinate representation of color #A2CA30: hue angle of 75.58º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2CA30 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 202 48 -
CMYK 0.20 0 0.76 0.21
HSL 75.58º 0.62% 0.49% -
HSV(B) 75.58º 0.76% 0.79% -
XYZ 36.55 50.14 10.55 -
YUV 172.48 57.75 120.52 -
System Red Green Blue C M Y K H S L
Decimal 162 202 48 0.20 0 0.76 0.21 75.58 0.62 0.49
Hex A2 CA 30 14 0 4C 15 4C 3E 31
Octal 242 312 60 24 0 114 25 114 76 61
Binary 10100010 11001010 110000 10100 0 1001100 10101 1001100 111110 110001

Color Harmonies of #A2CA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CA30

Black with #A2CA30

Text Example


Text Example

White with #A2CA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CA30; }

 p { color: rgb(162,202,48); }

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

background-color css

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

 a { background-color: rgb(162,202,48); }

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

border-color css

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

 span { border-color: rgb(162,202,48); }

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