Html Css Color HEX #A8C105 Citrus

📋 copy color: '#A8C105'

red 168 ◦ green 193 ◦ blue 5

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

Shades of Citrus #A8C105

Tints of Citrus #A8C105

RGB

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

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

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

R = 45.9%
G = 52.73%
B = 1.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#A8C105 (or 0xA8C105) is known color: Citrus. HEX triplet: A8, C1 and 05. RGB value is (168,193,5). Sum of RGB (Red+Green+Blue) = 168+193+5=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C105 is #573EFA. Grayscale: #A4A4A4. Windows color (decimal): -5717755 or 377256. OLE color: 377256.

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

Color convert

RGB 168 193 5 -
CMYK 0.13 0 0.97 0.24
HSL 67.98º 0.95% 0.39% -
HSV(B) 67.98º 0.97% 0.76% -
XYZ 35.25 46.48 7.26 -
YUV 164.09 38.22 130.79 -
System Red Green Blue C M Y K H S L
Decimal 168 193 5 0.13 0 0.97 0.24 67.98 0.95 0.39
Hex A8 C1 5 D 0 61 18 44 5F 27
Octal 250 301 5 15 0 141 30 104 137 47
Binary 10101000 11000001 101 1101 0 1100001 11000 1000100 1011111 100111

Color Harmonies of #A8C105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C105

Black with #A8C105

Text Example


Text Example

White with #A8C105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C105; }

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

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

background-color css

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

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

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

border-color css

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

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

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