Html Css Color HEX #A2BF02 Citrus

📋 copy color: '#A2BF02'

red 162 ◦ green 191 ◦ blue 2

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

Shades of Citrus #A2BF02

Tints of Citrus #A2BF02

RGB

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

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

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

R = 45.63%
G = 53.8%
B = 0.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#A2BF02 (or 0xA2BF02) is known color: Citrus. HEX triplet: A2, BF and 02. RGB value is (162,191,2). Sum of RGB (Red+Green+Blue) = 162+191+2=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BF02 is #5D40FD. Grayscale: #A1A1A1. Windows color (decimal): -6111486 or 180130. OLE color: 180130.

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

Color convert

RGB 162 191 2 -
CMYK 0.15 0 0.99 0.25
HSL 69.21º 0.98% 0.38% -
HSV(B) 69.21º 0.99% 0.75% -
XYZ 33.54 44.95 6.97 -
YUV 160.78 38.39 128.87 -
System Red Green Blue C M Y K H S L
Decimal 162 191 2 0.15 0 0.99 0.25 69.21 0.98 0.38
Hex A2 BF 2 F 0 63 19 45 62 26
Octal 242 277 2 17 0 143 31 105 142 46
Binary 10100010 10111111 10 1111 0 1100011 11001 1000101 1100010 100110

Color Harmonies of #A2BF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BF02

Black with #A2BF02

Text Example


Text Example

White with #A2BF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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