Html Css Color HEX #A1C10B Citrus

📋 copy color: '#A1C10B'

red 161 ◦ green 193 ◦ blue 11

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

Shades of Citrus #A1C10B

Tints of Citrus #A1C10B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.01%

R = 44.11%
G = 52.88%
B = 3.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#A1C10B (or 0xA1C10B) is known color: Citrus. HEX triplet: A1, C1 and 0B. RGB value is (161,193,11). Sum of RGB (Red+Green+Blue) = 161+193+11=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C10B is #5E3EF4. Grayscale: #A3A3A3. Windows color (decimal): -6176501 or 770465. OLE color: 770465.

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

Color convert

RGB 161 193 11 -
CMYK 0.17 0 0.94 0.24
HSL 70.55º 0.89% 0.4% -
HSV(B) 70.55º 0.94% 0.76% -
XYZ 33.83 45.74 7.36 -
YUV 162.68 42.4 126.8 -
System Red Green Blue C M Y K H S L
Decimal 161 193 11 0.17 0 0.94 0.24 70.55 0.89 0.4
Hex A1 C1 B 11 0 5E 18 47 59 28
Octal 241 301 13 21 0 136 30 107 131 50
Binary 10100001 11000001 1011 10001 0 1011110 11000 1000111 1011001 101000

Color Harmonies of #A1C10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C10B

Black with #A1C10B

Text Example


Text Example

White with #A1C10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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