Html Css Color HEX #A2BF07 Citrus

📋 copy color: '#A2BF07'

red 162 ◦ green 191 ◦ blue 7

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

Shades of Citrus #A2BF07

Tints of Citrus #A2BF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 45%
G = 53.06%
B = 1.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#A2BF07 (or 0xA2BF07) is known color: Citrus. HEX triplet: A2, BF and 07. RGB value is (162,191,7). Sum of RGB (Red+Green+Blue) = 162+191+7=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BF07 is #5D40F8. Grayscale: #A2A2A2. Windows color (decimal): -6111481 or 507810. OLE color: 507810.

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

Color convert

RGB 162 191 7 -
CMYK 0.15 0 0.96 0.25
HSL 69.46º 0.93% 0.39% -
HSV(B) 69.46º 0.96% 0.75% -
XYZ 33.57 44.96 7.11 -
YUV 161.35 40.89 128.46 -
System Red Green Blue C M Y K H S L
Decimal 162 191 7 0.15 0 0.96 0.25 69.46 0.93 0.39
Hex A2 BF 7 F 0 60 19 45 5D 27
Octal 242 277 7 17 0 140 31 105 135 47
Binary 10100010 10111111 111 1111 0 1100000 11001 1000101 1011101 100111

Color Harmonies of #A2BF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BF07

Black with #A2BF07

Text Example


Text Example

White with #A2BF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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