Html Css Color HEX #AFCC29 Bahia

📋 copy color: '#AFCC29'

red 175 ◦ green 204 ◦ blue 41

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

Shades of Bahia #AFCC29

Tints of Bahia #AFCC29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.76%

R = 41.67%
G = 48.57%
B = 9.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#AFCC29 (or 0xAFCC29) is known color: Bahia. HEX triplet: AF, CC and 29. RGB value is (175,204,41). Sum of RGB (Red+Green+Blue) = 175+204+41=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC29 is #5033D6. Grayscale: #B1B1B1. Windows color (decimal): -5256151 or 2739375. OLE color: 2739375.

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

Color convert

RGB 175 204 41 -
CMYK 0.14 0 0.80 0.2
HSL 70.67º 0.67% 0.48% -
HSV(B) 70.67º 0.8% 0.8% -
XYZ 39.67 52.46 10.13 -
YUV 176.75 51.39 126.75 -
System Red Green Blue C M Y K H S L
Decimal 175 204 41 0.14 0 0.80 0.2 70.67 0.67 0.48
Hex AF CC 29 E 0 50 14 47 43 30
Octal 257 314 51 16 0 120 24 107 103 60
Binary 10101111 11001100 101001 1110 0 1010000 10100 1000111 1000011 110000

Color Harmonies of #AFCC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC29

Black with #AFCC29

Text Example


Text Example

White with #AFCC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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