Html Css Color HEX #A1CD02 Citrus

📋 copy color: '#A1CD02'

red 161 ◦ green 205 ◦ blue 2

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

Shades of Citrus #A1CD02

Tints of Citrus #A1CD02

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.71%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 43.75%
G = 55.71%
B = 0.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#A1CD02 (or 0xA1CD02) is known color: Citrus. HEX triplet: A1, CD and 02. RGB value is (161,205,2). Sum of RGB (Red+Green+Blue) = 161+205+2=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 205 (80.47% from 255 or 55.71% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CD02 is #5E32FD. Grayscale: #A9A9A9. Windows color (decimal): -6173438 or 183713. OLE color: 183713.

HSL color Cylindrical-coordinate representation of color #A1CD02: hue angle of 73º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1CD02 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 205 2 -
CMYK 0.21 0 0.99 0.20
HSL 73º 0.98% 0.41% -
HSV(B) 73º 0.99% 0.8% -
XYZ 36.54 51.24 8.02 -
YUV 168.7 33.92 122.51 -
System Red Green Blue C M Y K H S L
Decimal 161 205 2 0.21 0 0.99 0.20 73 0.98 0.41
Hex A1 CD 2 15 0 63 14 49 62 29
Octal 241 315 2 25 0 143 24 111 142 51
Binary 10100001 11001101 10 10101 0 1100011 10100 1001001 1100010 101001

Color Harmonies of #A1CD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CD02

Black with #A1CD02

Text Example


Text Example

White with #A1CD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CD02; }

 p { color: rgb(161,205,2); }

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

background-color css

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

 a { background-color: rgb(161,205,2); }

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

border-color css

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

 span { border-color: rgb(161,205,2); }

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