Html Css Color HEX #A1C102 Citrus

📋 copy color: '#A1C102'

red 161 ◦ green 193 ◦ blue 2

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

Shades of Citrus #A1C102

Tints of Citrus #A1C102

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.21%

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

R = 45.22%
G = 54.21%
B = 0.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#A1C102 (or 0xA1C102) is known color: Citrus. HEX triplet: A1, C1 and 02. RGB value is (161,193,2). Sum of RGB (Red+Green+Blue) = 161+193+2=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C102 is #5E3EFD. Grayscale: #A2A2A2. Windows color (decimal): -6176510 or 180641. OLE color: 180641.

HSL color Cylindrical-coordinate representation of color #A1C102: hue angle of 70.05º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1C102 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 193 2 -
CMYK 0.17 0 0.99 0.24
HSL 70.05º 0.98% 0.38% -
HSV(B) 70.05º 0.99% 0.76% -
XYZ 33.78 45.72 7.1 -
YUV 161.66 37.9 127.53 -
System Red Green Blue C M Y K H S L
Decimal 161 193 2 0.17 0 0.99 0.24 70.05 0.98 0.38
Hex A1 C1 2 11 0 63 18 46 62 26
Octal 241 301 2 21 0 143 30 106 142 46
Binary 10100001 11000001 10 10001 0 1100011 11000 1000110 1100010 100110

Color Harmonies of #A1C102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C102

Black with #A1C102

Text Example


Text Example

White with #A1C102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C102; }

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

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

background-color css

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

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

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

border-color css

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

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

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