Html Css Color HEX #A1C00F Citrus

📋 copy color: '#A1C00F'

red 161 ◦ green 192 ◦ blue 15

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

Shades of Citrus #A1C00F

Tints of Citrus #A1C00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.08%

R = 43.75%
G = 52.17%
B = 4.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#A1C00F (or 0xA1C00F) is known color: Citrus. HEX triplet: A1, C0 and 0F. RGB value is (161,192,15). Sum of RGB (Red+Green+Blue) = 161+192+15=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C00F is #5E3FF0. Grayscale: #A3A3A3. Windows color (decimal): -6176753 or 1032353. OLE color: 1032353.

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

Color convert

RGB 161 192 15 -
CMYK 0.16 0 0.92 0.25
HSL 70.51º 0.86% 0.41% -
HSV(B) 70.51º 0.92% 0.75% -
XYZ 33.63 45.31 7.43 -
YUV 162.55 44.73 126.89 -
System Red Green Blue C M Y K H S L
Decimal 161 192 15 0.16 0 0.92 0.25 70.51 0.86 0.41
Hex A1 C0 F 10 0 5C 19 47 56 29
Octal 241 300 17 20 0 134 31 107 126 51
Binary 10100001 11000000 1111 10000 0 1011100 11001 1000111 1010110 101001

Color Harmonies of #A1C00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C00F

Black with #A1C00F

Text Example


Text Example

White with #A1C00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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