Html Css Color HEX #A8CE24 Bahia

📋 copy color: '#A8CE24'

red 168 ◦ green 206 ◦ blue 36

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

Shades of Bahia #A8CE24

Tints of Bahia #A8CE24

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.24%

 BLUE value IS 36 (14.45% from 255) = 8.78%

R = 40.98%
G = 50.24%
B = 8.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#A8CE24 (or 0xA8CE24) is known color: Bahia. HEX triplet: A8, CE and 24. RGB value is (168,206,36). Sum of RGB (Red+Green+Blue) = 168+206+36=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 206 (80.86% from 255 or 50.24% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CE24 is #5731DB. Grayscale: #AFAFAF. Windows color (decimal): -5714396 or 2412200. OLE color: 2412200.

HSL color Cylindrical-coordinate representation of color #A8CE24: hue angle of 73.41º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8CE24 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 206 36 -
CMYK 0.18 0 0.83 0.19
HSL 73.41º 0.7% 0.47% -
HSV(B) 73.41º 0.83% 0.81% -
XYZ 38.54 52.59 9.79 -
YUV 175.26 49.41 122.82 -
System Red Green Blue C M Y K H S L
Decimal 168 206 36 0.18 0 0.83 0.19 73.41 0.7 0.47
Hex A8 CE 24 12 0 53 13 49 46 2F
Octal 250 316 44 22 0 123 23 111 106 57
Binary 10101000 11001110 100100 10010 0 1010011 10011 1001001 1000110 101111

Color Harmonies of #A8CE24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE24

Black with #A8CE24

Text Example


Text Example

White with #A8CE24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE24; }

 p { color: rgb(168,206,36); }

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

background-color css

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

 a { background-color: rgb(168,206,36); }

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

border-color css

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

 span { border-color: rgb(168,206,36); }

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