Html Css Color HEX #A2C00F Citrus

📋 copy color: '#A2C00F'

red 162 ◦ green 192 ◦ blue 15

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

Shades of Citrus #A2C00F

Tints of Citrus #A2C00F

RGB

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

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

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

R = 43.9%
G = 52.03%
B = 4.07%

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

#A2C00F (or 0xA2C00F) is known color: Citrus. HEX triplet: A2, C0 and 0F. RGB value is (162,192,15). Sum of RGB (Red+Green+Blue) = 162+192+15=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C00F is #5D3FF0. Grayscale: #A3A3A3. Windows color (decimal): -6111217 or 1032354. OLE color: 1032354.

HSL color Cylindrical-coordinate representation of color #A2C00F: hue angle of 70.17º 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 #A2C00F is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 15 -
CMYK 0.16 0 0.92 0.25
HSL 70.17º 0.86% 0.41% -
HSV(B) 70.17º 0.92% 0.75% -
XYZ 33.84 45.42 7.43 -
YUV 162.85 44.56 127.39 -
System Red Green Blue C M Y K H S L
Decimal 162 192 15 0.16 0 0.92 0.25 70.17 0.86 0.41
Hex A2 C0 F 10 0 5C 19 46 56 29
Octal 242 300 17 20 0 134 31 106 126 51
Binary 10100010 11000000 1111 10000 0 1011100 11001 1000110 1010110 101001

Color Harmonies of #A2C00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C00F

Black with #A2C00F

Text Example


Text Example

White with #A2C00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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