Html Css Color HEX #A0C817 Bahia

📋 copy color: '#A0C817'

red 160 ◦ green 200 ◦ blue 23

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

Shades of Bahia #A0C817

Tints of Bahia #A0C817

RGB

 RED value IS 160 (62.89% from 255) = 41.78%

 GREEN value IS 200 (78.52% from 255) = 52.22%

 BLUE value IS 23 (9.38% from 255) = 6.01%

R = 41.78%
G = 52.22%
B = 6.01%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#A0C817 (or 0xA0C817) is known color: Bahia. HEX triplet: A0, C8 and 17. RGB value is (160,200,23). Sum of RGB (Red+Green+Blue) = 160+200+23=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C817 is #5F37E8. Grayscale: #A8A8A8. Windows color (decimal): -6240233 or 1558688. OLE color: 1558688.

HSL color Cylindrical-coordinate representation of color #A0C817: hue angle of 73.56º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0C817 is Cyan = 0.2, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 23 -
CMYK 0.2 0 0.88 0.22
HSL 73.56º 0.79% 0.44% -
HSV(B) 73.56º 0.89% 0.78% -
XYZ 35.31 48.84 8.38 -
YUV 167.86 46.25 122.39 -
System Red Green Blue C M Y K H S L
Decimal 160 200 23 0.2 0 0.88 0.22 73.56 0.79 0.44
Hex A0 C8 17 14 0 58 16 4A 4F 2C
Octal 240 310 27 24 0 130 26 112 117 54
Binary 10100000 11001000 10111 10100 0 1011000 10110 1001010 1001111 101100

Color Harmonies of #A0C817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C817

Black with #A0C817

Text Example


Text Example

White with #A0C817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C817; }

 p { color: rgb(160,200,23); }

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

background-color css

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

 a { background-color: rgb(160,200,23); }

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

border-color css

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

 span { border-color: rgb(160,200,23); }

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