Html Css Color HEX #A9C30C Citrus

📋 copy color: '#A9C30C'

red 169 ◦ green 195 ◦ blue 12

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

Shades of Citrus #A9C30C

Tints of Citrus #A9C30C

RGB

 RED value IS 169 (66.41% from 255) = 44.95%

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

 BLUE value IS 12 (5.08% from 255) = 3.19%

R = 44.95%
G = 51.86%
B = 3.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#A9C30C (or 0xA9C30C) is known color: Citrus. HEX triplet: A9, C3 and 0C. RGB value is (169,195,12). Sum of RGB (Red+Green+Blue) = 169+195+12=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C30C is #563CF3. Grayscale: #A7A7A7. Windows color (decimal): -5651700 or 836521. OLE color: 836521.

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

Color convert

RGB 169 195 12 -
CMYK 0.13 0 0.94 0.24
HSL 68.52º 0.88% 0.41% -
HSV(B) 68.52º 0.94% 0.76% -
XYZ 35.94 47.49 7.62 -
YUV 166.36 40.89 129.88 -
System Red Green Blue C M Y K H S L
Decimal 169 195 12 0.13 0 0.94 0.24 68.52 0.88 0.41
Hex A9 C3 C D 0 5E 18 45 58 29
Octal 251 303 14 15 0 136 30 105 130 51
Binary 10101001 11000011 1100 1101 0 1011110 11000 1000101 1011000 101001

Color Harmonies of #A9C30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C30C

Black with #A9C30C

Text Example


Text Example

White with #A9C30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C30C; }

 p { color: rgb(169,195,12); }

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

background-color css

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

 a { background-color: rgb(169,195,12); }

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

border-color css

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

 span { border-color: rgb(169,195,12); }

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