Html Css Color HEX #A8B30A Citrus

📋 copy color: '#A8B30A'

red 168 ◦ green 179 ◦ blue 10

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

Shades of Citrus #A8B30A

Tints of Citrus #A8B30A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.14%

 BLUE value IS 10 (4.3% from 255) = 2.8%

R = 47.06%
G = 50.14%
B = 2.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#A8B30A (or 0xA8B30A) is known color: Citrus. HEX triplet: A8, B3 and 0A. RGB value is (168,179,10). Sum of RGB (Red+Green+Blue) = 168+179+10=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B30A is #574CF5. Grayscale: #9D9D9D. Windows color (decimal): -5721334 or 701352. OLE color: 701352.

HSL color Cylindrical-coordinate representation of color #A8B30A: hue angle of 63.91º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8B30A is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 179 10 -
CMYK 0.06 0 0.94 0.30
HSL 63.91º 0.89% 0.37% -
HSV(B) 63.91º 0.94% 0.7% -
XYZ 32.32 40.59 6.42 -
YUV 156.45 45.36 136.24 -
System Red Green Blue C M Y K H S L
Decimal 168 179 10 0.06 0 0.94 0.30 63.91 0.89 0.37
Hex A8 B3 A 6 0 5E 1E 40 59 25
Octal 250 263 12 6 0 136 36 100 131 45
Binary 10101000 10110011 1010 110 0 1011110 11110 1000000 1011001 100101

Color Harmonies of #A8B30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B30A

Black with #A8B30A

Text Example


Text Example

White with #A8B30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B30A; }

 p { color: rgb(168,179,10); }

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

background-color css

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

 a { background-color: rgb(168,179,10); }

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

border-color css

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

 span { border-color: rgb(168,179,10); }

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