Html Css Color HEX #A5C00C Citrus

📋 copy color: '#A5C00C'

red 165 ◦ green 192 ◦ blue 12

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

Shades of Citrus #A5C00C

Tints of Citrus #A5C00C

RGB

 RED value IS 165 (64.84% from 255) = 44.72%

 GREEN value IS 192 (75.39% from 255) = 52.03%

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

R = 44.72%
G = 52.03%
B = 3.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#A5C00C (or 0xA5C00C) is known color: Citrus. HEX triplet: A5, C0 and 0C. RGB value is (165,192,12). Sum of RGB (Red+Green+Blue) = 165+192+12=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C00C is #5A3FF3. Grayscale: #A4A4A4. Windows color (decimal): -5914612 or 835749. OLE color: 835749.

HSL color Cylindrical-coordinate representation of color #A5C00C: hue angle of 69º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5C00C is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 12 -
CMYK 0.14 0 0.94 0.25
HSL 69º 0.88% 0.4% -
HSV(B) 69º 0.94% 0.75% -
XYZ 34.43 45.73 7.36 -
YUV 163.41 42.55 129.14 -
System Red Green Blue C M Y K H S L
Decimal 165 192 12 0.14 0 0.94 0.25 69 0.88 0.4
Hex A5 C0 C E 0 5E 19 45 58 28
Octal 245 300 14 16 0 136 31 105 130 50
Binary 10100101 11000000 1100 1110 0 1011110 11001 1000101 1011000 101000

Color Harmonies of #A5C00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C00C

Black with #A5C00C

Text Example


Text Example

White with #A5C00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C00C; }

 p { color: rgb(165,192,12); }

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

background-color css

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

 a { background-color: rgb(165,192,12); }

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

border-color css

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

 span { border-color: rgb(165,192,12); }

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