Html Css Color HEX #A8C30C Citrus

📋 copy color: '#A8C30C'

red 168 ◦ green 195 ◦ blue 12

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

Shades of Citrus #A8C30C

Tints of Citrus #A8C30C

RGB

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

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

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

R = 44.8%
G = 52%
B = 3.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#A8C30C (or 0xA8C30C) is known color: Citrus. HEX triplet: A8, C3 and 0C. RGB value is (168,195,12). Sum of RGB (Red+Green+Blue) = 168+195+12=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C30C is #573CF3. Grayscale: #A6A6A6. Windows color (decimal): -5717236 or 836520. OLE color: 836520.

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

Color convert

RGB 168 195 12 -
CMYK 0.14 0 0.94 0.24
HSL 68.85º 0.88% 0.41% -
HSV(B) 68.85º 0.94% 0.76% -
XYZ 35.73 47.38 7.61 -
YUV 166.07 41.05 129.38 -
System Red Green Blue C M Y K H S L
Decimal 168 195 12 0.14 0 0.94 0.24 68.85 0.88 0.41
Hex A8 C3 C E 0 5E 18 45 58 29
Octal 250 303 14 16 0 136 30 105 130 51
Binary 10101000 11000011 1100 1110 0 1011110 11000 1000101 1011000 101001

Color Harmonies of #A8C30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C30C

Black with #A8C30C

Text Example


Text Example

White with #A8C30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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