Html Css Color HEX #A8C307 Citrus

📋 copy color: '#A8C307'

red 168 ◦ green 195 ◦ blue 7

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

Shades of Citrus #A8C307

Tints of Citrus #A8C307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 45.41%
G = 52.7%
B = 1.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#A8C307 (or 0xA8C307) is known color: Citrus. HEX triplet: A8, C3 and 07. RGB value is (168,195,7). Sum of RGB (Red+Green+Blue) = 168+195+7=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C307 is #573CF8. Grayscale: #A6A6A6. Windows color (decimal): -5717241 or 508840. OLE color: 508840.

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

Color convert

RGB 168 195 7 -
CMYK 0.14 0 0.96 0.24
HSL 68.62º 0.93% 0.4% -
HSV(B) 68.62º 0.96% 0.76% -
XYZ 35.7 47.37 7.46 -
YUV 165.5 38.55 129.79 -
System Red Green Blue C M Y K H S L
Decimal 168 195 7 0.14 0 0.96 0.24 68.62 0.93 0.4
Hex A8 C3 7 E 0 60 18 45 5D 28
Octal 250 303 7 16 0 140 30 105 135 50
Binary 10101000 11000011 111 1110 0 1100000 11000 1000101 1011101 101000

Color Harmonies of #A8C307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C307

Black with #A8C307

Text Example


Text Example

White with #A8C307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C307; }

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

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

background-color css

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

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

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

border-color css

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

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

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