Html Css Color HEX #A8C306 Citrus

📋 copy color: '#A8C306'

red 168 ◦ green 195 ◦ blue 6

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

Shades of Citrus #A8C306

Tints of Citrus #A8C306

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.85%

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 45.53%
G = 52.85%
B = 1.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#A8C306 (or 0xA8C306) is known color: Citrus. HEX triplet: A8, C3 and 06. RGB value is (168,195,6). Sum of RGB (Red+Green+Blue) = 168+195+6=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C306 is #573CF9. Grayscale: #A6A6A6. Windows color (decimal): -5717242 or 443304. OLE color: 443304.

HSL color Cylindrical-coordinate representation of color #A8C306: hue angle of 68.57º degrees, saturation: 0.94, 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 #A8C306 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 195 6 -
CMYK 0.14 0 0.97 0.24
HSL 68.57º 0.94% 0.39% -
HSV(B) 68.57º 0.97% 0.76% -
XYZ 35.7 47.37 7.43 -
YUV 165.38 38.05 129.87 -
System Red Green Blue C M Y K H S L
Decimal 168 195 6 0.14 0 0.97 0.24 68.57 0.94 0.39
Hex A8 C3 6 E 0 61 18 45 5E 27
Octal 250 303 6 16 0 141 30 105 136 47
Binary 10101000 11000011 110 1110 0 1100001 11000 1000101 1011110 100111

Color Harmonies of #A8C306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C306

Black with #A8C306

Text Example


Text Example

White with #A8C306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C306; }

 p { color: rgb(168,195,6); }

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

background-color css

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

 a { background-color: rgb(168,195,6); }

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

border-color css

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

 span { border-color: rgb(168,195,6); }

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