Html Css Color HEX #A8C005 Citrus

📋 copy color: '#A8C005'

red 168 ◦ green 192 ◦ blue 5

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

Shades of Citrus #A8C005

Tints of Citrus #A8C005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 46.03%
G = 52.6%
B = 1.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#A8C005 (or 0xA8C005) is known color: Citrus. HEX triplet: A8, C0 and 05. RGB value is (168,192,5). Sum of RGB (Red+Green+Blue) = 168+192+5=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C005 is #573FFA. Grayscale: #A4A4A4. Windows color (decimal): -5718011 or 377000. OLE color: 377000.

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

Color convert

RGB 168 192 5 -
CMYK 0.12 0 0.97 0.25
HSL 67.7º 0.95% 0.39% -
HSV(B) 67.7º 0.97% 0.75% -
XYZ 35.03 46.04 7.18 -
YUV 163.51 38.55 131.21 -
System Red Green Blue C M Y K H S L
Decimal 168 192 5 0.12 0 0.97 0.25 67.7 0.95 0.39
Hex A8 C0 5 C 0 61 19 44 5F 27
Octal 250 300 5 14 0 141 31 104 137 47
Binary 10101000 11000000 101 1100 0 1100001 11001 1000100 1011111 100111

Color Harmonies of #A8C005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C005

Black with #A8C005

Text Example


Text Example

White with #A8C005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C005; }

 p { color: rgb(168,192,5); }

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

background-color css

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

 a { background-color: rgb(168,192,5); }

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

border-color css

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

 span { border-color: rgb(168,192,5); }

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