Html Css Color HEX #ADCF2A Bahia

📋 copy color: '#ADCF2A'

red 173 ◦ green 207 ◦ blue 42

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

Shades of Bahia #ADCF2A

Tints of Bahia #ADCF2A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.05%

 BLUE value IS 42 (16.8% from 255) = 9.95%

R = 41%
G = 49.05%
B = 9.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#ADCF2A (or 0xADCF2A) is known color: Bahia. HEX triplet: AD, CF and 2A. RGB value is (173,207,42). Sum of RGB (Red+Green+Blue) = 173+207+42=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF2A is #5230D5. Grayscale: #B2B2B2. Windows color (decimal): -5386454 or 2805677. OLE color: 2805677.

HSL color Cylindrical-coordinate representation of color #ADCF2A: hue angle of 72.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADCF2A is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 42 -
CMYK 0.16 0 0.80 0.19
HSL 72.36º 0.66% 0.49% -
HSV(B) 72.36º 0.8% 0.81% -
XYZ 39.96 53.68 10.44 -
YUV 178.02 51.24 124.42 -
System Red Green Blue C M Y K H S L
Decimal 173 207 42 0.16 0 0.80 0.19 72.36 0.66 0.49
Hex AD CF 2A 10 0 50 13 48 42 31
Octal 255 317 52 20 0 120 23 110 102 61
Binary 10101101 11001111 101010 10000 0 1010000 10011 1001000 1000010 110001

Color Harmonies of #ADCF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF2A

Black with #ADCF2A

Text Example


Text Example

White with #ADCF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF2A; }

 p { color: rgb(173,207,42); }

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

background-color css

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

 a { background-color: rgb(173,207,42); }

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

border-color css

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

 span { border-color: rgb(173,207,42); }

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