Html Css Color HEX #AFCC27 Bahia

📋 copy color: '#AFCC27'

red 175 ◦ green 204 ◦ blue 39

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

Shades of Bahia #AFCC27

Tints of Bahia #AFCC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.33%

R = 41.87%
G = 48.8%
B = 9.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#AFCC27 (or 0xAFCC27) is known color: Bahia. HEX triplet: AF, CC and 27. RGB value is (175,204,39). Sum of RGB (Red+Green+Blue) = 175+204+39=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC27 is #5033D8. Grayscale: #B1B1B1. Windows color (decimal): -5256153 or 2608303. OLE color: 2608303.

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

Color convert

RGB 175 204 39 -
CMYK 0.14 0 0.81 0.2
HSL 70.55º 0.68% 0.48% -
HSV(B) 70.55º 0.81% 0.8% -
XYZ 39.64 52.45 9.95 -
YUV 176.52 50.39 126.92 -
System Red Green Blue C M Y K H S L
Decimal 175 204 39 0.14 0 0.81 0.2 70.55 0.68 0.48
Hex AF CC 27 E 0 51 14 47 44 30
Octal 257 314 47 16 0 121 24 107 104 60
Binary 10101111 11001100 100111 1110 0 1010001 10100 1000111 1000100 110000

Color Harmonies of #AFCC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC27

Black with #AFCC27

Text Example


Text Example

White with #AFCC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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