Html Css Color HEX #A2C107 Citrus

📋 copy color: '#A2C107'

red 162 ◦ green 193 ◦ blue 7

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

Shades of Citrus #A2C107

Tints of Citrus #A2C107

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.31%

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

R = 44.75%
G = 53.31%
B = 1.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#A2C107 (or 0xA2C107) is known color: Citrus. HEX triplet: A2, C1 and 07. RGB value is (162,193,7). Sum of RGB (Red+Green+Blue) = 162+193+7=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C107 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C107 is #5D3EF8. Grayscale: #A3A3A3. Windows color (decimal): -6110969 or 508322. OLE color: 508322.

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

Color convert

RGB 162 193 7 -
CMYK 0.16 0 0.96 0.24
HSL 70º 0.93% 0.39% -
HSV(B) 70º 0.96% 0.76% -
XYZ 34.01 45.84 7.26 -
YUV 162.53 40.23 127.62 -
System Red Green Blue C M Y K H S L
Decimal 162 193 7 0.16 0 0.96 0.24 70 0.93 0.39
Hex A2 C1 7 10 0 60 18 46 5D 27
Octal 242 301 7 20 0 140 30 106 135 47
Binary 10100010 11000001 111 10000 0 1100000 11000 1000110 1011101 100111

Color Harmonies of #A2C107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C107

Black with #A2C107

Text Example


Text Example

White with #A2C107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C107; }

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

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

background-color css

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

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

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

border-color css

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

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

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