Html Css Color HEX #A8C309 Citrus

📋 copy color: '#A8C309'

red 168 ◦ green 195 ◦ blue 9

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

Shades of Citrus #A8C309

Tints of Citrus #A8C309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.42%

R = 45.16%
G = 52.42%
B = 2.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#A8C309 (or 0xA8C309) is known color: Citrus. HEX triplet: A8, C3 and 09. RGB value is (168,195,9). Sum of RGB (Red+Green+Blue) = 168+195+9=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C309 is #573CF6. Grayscale: #A6A6A6. Windows color (decimal): -5717239 or 639912. OLE color: 639912.

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

Color convert

RGB 168 195 9 -
CMYK 0.14 0 0.95 0.24
HSL 68.71º 0.91% 0.4% -
HSV(B) 68.71º 0.95% 0.76% -
XYZ 35.71 47.37 7.52 -
YUV 165.72 39.55 129.62 -
System Red Green Blue C M Y K H S L
Decimal 168 195 9 0.14 0 0.95 0.24 68.71 0.91 0.4
Hex A8 C3 9 E 0 5F 18 45 5B 28
Octal 250 303 11 16 0 137 30 105 133 50
Binary 10101000 11000011 1001 1110 0 1011111 11000 1000101 1011011 101000

Color Harmonies of #A8C309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C309

Black with #A8C309

Text Example


Text Example

White with #A8C309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C309; }

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

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

background-color css

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

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

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

border-color css

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

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

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