Html Css Color HEX #A2BF00 Citrus

📋 copy color: '#A2BF00'

red 162 ◦ green 191 ◦ blue 0

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

Shades of Citrus #A2BF00

Tints of Citrus #A2BF00

RGB

 RED value IS 162 (63.67% from 255) = 45.89%

 GREEN value IS 191 (75% from 255) = 54.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.89%
G = 54.11%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#A2BF00 (or 0xA2BF00) is known color: Citrus. HEX triplet: A2, BF and 00. RGB value is (162,191,0). Sum of RGB (Red+Green+Blue) = 162+191+0=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BF00 is #5D40FF. Grayscale: #A1A1A1. Windows color (decimal): -6111488 or 49058. OLE color: 49058.

HSL color Cylindrical-coordinate representation of color #A2BF00: hue angle of 69.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2BF00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 191 0 -
CMYK 0.15 0 1 0.25
HSL 69.11º 1% 0.37% -
HSV(B) 69.11º 1% 0.75% -
XYZ 33.53 44.94 6.91 -
YUV 160.56 37.39 129.03 -
System Red Green Blue C M Y K H S L
Decimal 162 191 0 0.15 0 1 0.25 69.11 1 0.37
Hex A2 BF 0 F 0 64 19 45 64 25
Octal 242 277 0 17 0 144 31 105 144 45
Binary 10100010 10111111 0 1111 0 1100100 11001 1000101 1100100 100101

Color Harmonies of #A2BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BF00

Black with #A2BF00

Text Example


Text Example

White with #A2BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BF00; }

 p { color: rgb(162,191,0); }

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

background-color css

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

 a { background-color: rgb(162,191,0); }

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

border-color css

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

 span { border-color: rgb(162,191,0); }

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