Html Css Color HEX #A1CE34 Yellow Green

📋 copy color: '#A1CE34'

red 161 ◦ green 206 ◦ blue 52

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

Shades of Yellow Green #A1CE34

Tints of Yellow Green #A1CE34

RGB

 RED value IS 161 (63.28% from 255) = 38.42%

 GREEN value IS 206 (80.86% from 255) = 49.16%

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

R = 38.42%
G = 49.16%
B = 12.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#A1CE34 (or 0xA1CE34) is known color: Yellow Green. HEX triplet: A1, CE and 34. RGB value is (161,206,52). Sum of RGB (Red+Green+Blue) = 161+206+52=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CE34 is #5E31CB. Grayscale: #AFAFAF. Windows color (decimal): -6173132 or 3460769. OLE color: 3460769.

HSL color Cylindrical-coordinate representation of color #A1CE34: hue angle of 77.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1CE34 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 206 52 -
CMYK 0.22 0 0.75 0.19
HSL 77.53º 0.61% 0.51% -
HSV(B) 77.53º 0.75% 0.81% -
XYZ 37.39 51.97 11.31 -
YUV 174.99 58.59 118.02 -
System Red Green Blue C M Y K H S L
Decimal 161 206 52 0.22 0 0.75 0.19 77.53 0.61 0.51
Hex A1 CE 34 16 0 4B 13 4E 3D 33
Octal 241 316 64 26 0 113 23 116 75 63
Binary 10100001 11001110 110100 10110 0 1001011 10011 1001110 111101 110011

Color Harmonies of #A1CE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CE34

Black with #A1CE34

Text Example


Text Example

White with #A1CE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CE34; }

 p { color: rgb(161,206,52); }

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

background-color css

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

 a { background-color: rgb(161,206,52); }

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

border-color css

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

 span { border-color: rgb(161,206,52); }

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