Html Css Color HEX #AFCC24 Bahia

📋 copy color: '#AFCC24'

red 175 ◦ green 204 ◦ blue 36

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

Shades of Bahia #AFCC24

Tints of Bahia #AFCC24

RGB

 RED value IS 175 (68.75% from 255) = 42.17%

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

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

R = 42.17%
G = 49.16%
B = 8.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#AFCC24 (or 0xAFCC24) is known color: Bahia. HEX triplet: AF, CC and 24. RGB value is (175,204,36). Sum of RGB (Red+Green+Blue) = 175+204+36=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC24 is #5033DB. Grayscale: #B0B0B0. Windows color (decimal): -5256156 or 2411695. OLE color: 2411695.

HSL color Cylindrical-coordinate representation of color #AFCC24: hue angle of 70.36º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFCC24 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 36 -
CMYK 0.14 0 0.82 0.2
HSL 70.36º 0.7% 0.47% -
HSV(B) 70.36º 0.82% 0.8% -
XYZ 39.59 52.43 9.7 -
YUV 176.18 48.89 127.16 -
System Red Green Blue C M Y K H S L
Decimal 175 204 36 0.14 0 0.82 0.2 70.36 0.7 0.47
Hex AF CC 24 E 0 52 14 46 46 2F
Octal 257 314 44 16 0 122 24 106 106 57
Binary 10101111 11001100 100100 1110 0 1010010 10100 1000110 1000110 101111

Color Harmonies of #AFCC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC24

Black with #AFCC24

Text Example


Text Example

White with #AFCC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC24; }

 p { color: rgb(175,204,36); }

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

background-color css

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

 a { background-color: rgb(175,204,36); }

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

border-color css

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

 span { border-color: rgb(175,204,36); }

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