Html Css Color HEX #A8C207 Citrus

📋 copy color: '#A8C207'

red 168 ◦ green 194 ◦ blue 7

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

Shades of Citrus #A8C207

Tints of Citrus #A8C207

RGB

 RED value IS 168 (66.02% from 255) = 45.53%

 GREEN value IS 194 (76.17% from 255) = 52.57%

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

R = 45.53%
G = 52.57%
B = 1.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#A8C207 (or 0xA8C207) is known color: Citrus. HEX triplet: A8, C2 and 07. RGB value is (168,194,7). Sum of RGB (Red+Green+Blue) = 168+194+7=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C207 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C207 is #573DF8. Grayscale: #A5A5A5. Windows color (decimal): -5717497 or 508584. OLE color: 508584.

HSL color Cylindrical-coordinate representation of color #A8C207: hue angle of 68.34º 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 #A8C207 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 7 -
CMYK 0.13 0 0.96 0.24
HSL 68.34º 0.93% 0.39% -
HSV(B) 68.34º 0.96% 0.76% -
XYZ 35.48 46.92 7.39 -
YUV 164.91 38.89 130.21 -
System Red Green Blue C M Y K H S L
Decimal 168 194 7 0.13 0 0.96 0.24 68.34 0.93 0.39
Hex A8 C2 7 D 0 60 18 44 5D 27
Octal 250 302 7 15 0 140 30 104 135 47
Binary 10101000 11000010 111 1101 0 1100000 11000 1000100 1011101 100111

Color Harmonies of #A8C207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C207

Black with #A8C207

Text Example


Text Example

White with #A8C207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C207; }

 p { color: rgb(168,194,7); }

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

background-color css

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

 a { background-color: rgb(168,194,7); }

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

border-color css

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

 span { border-color: rgb(168,194,7); }

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