Html Css Color HEX #A1C012 Citrus

📋 copy color: '#A1C012'

red 161 ◦ green 192 ◦ blue 18

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

Shades of Citrus #A1C012

Tints of Citrus #A1C012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.75%

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 43.4%
G = 51.75%
B = 4.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#A1C012 (or 0xA1C012) is known color: Citrus. HEX triplet: A1, C0 and 12. RGB value is (161,192,18). Sum of RGB (Red+Green+Blue) = 161+192+18=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C012 is #5E3FED. Grayscale: #A3A3A3. Windows color (decimal): -6176750 or 1228961. OLE color: 1228961.

HSL color Cylindrical-coordinate representation of color #A1C012: hue angle of 70.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1C012 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 18 -
CMYK 0.16 0 0.91 0.25
HSL 70.69º 0.83% 0.41% -
HSV(B) 70.69º 0.91% 0.75% -
XYZ 33.66 45.32 7.55 -
YUV 162.9 46.23 126.65 -
System Red Green Blue C M Y K H S L
Decimal 161 192 18 0.16 0 0.91 0.25 70.69 0.83 0.41
Hex A1 C0 12 10 0 5B 19 47 53 29
Octal 241 300 22 20 0 133 31 107 123 51
Binary 10100001 11000000 10010 10000 0 1011011 11001 1000111 1010011 101001

Color Harmonies of #A1C012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C012

Black with #A1C012

Text Example


Text Example

White with #A1C012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C012; }

 p { color: rgb(161,192,18); }

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

background-color css

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

 a { background-color: rgb(161,192,18); }

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

border-color css

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

 span { border-color: rgb(161,192,18); }

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