Html Css Color HEX #ADCC18 Bahia

📋 copy color: '#ADCC18'

red 173 ◦ green 204 ◦ blue 24

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

Shades of Bahia #ADCC18

Tints of Bahia #ADCC18

RGB

 RED value IS 173 (67.97% from 255) = 43.14%

 GREEN value IS 204 (80.08% from 255) = 50.87%

 BLUE value IS 24 (9.77% from 255) = 5.99%

R = 43.14%
G = 50.87%
B = 5.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#ADCC18 (or 0xADCC18) is known color: Bahia. HEX triplet: AD, CC and 18. RGB value is (173,204,24). Sum of RGB (Red+Green+Blue) = 173+204+24=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCC18 is #5233E7. Grayscale: #AEAEAE. Windows color (decimal): -5387240 or 1625261. OLE color: 1625261.

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

Color convert

RGB 173 204 24 -
CMYK 0.15 0 0.88 0.2
HSL 70.33º 0.79% 0.45% -
HSV(B) 70.33º 0.88% 0.8% -
XYZ 38.99 52.14 8.87 -
YUV 174.21 43.23 127.14 -
System Red Green Blue C M Y K H S L
Decimal 173 204 24 0.15 0 0.88 0.2 70.33 0.79 0.45
Hex AD CC 18 F 0 58 14 46 4F 2D
Octal 255 314 30 17 0 130 24 106 117 55
Binary 10101101 11001100 11000 1111 0 1011000 10100 1000110 1001111 101101

Color Harmonies of #ADCC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC18

Black with #ADCC18

Text Example


Text Example

White with #ADCC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC18; }

 p { color: rgb(173,204,24); }

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

background-color css

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

 a { background-color: rgb(173,204,24); }

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

border-color css

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

 span { border-color: rgb(173,204,24); }

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