Html Css Color HEX #AFCE4A Conifer

📋 copy color: '#AFCE4A'

red 175 ◦ green 206 ◦ blue 74

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

Shades of Conifer #AFCE4A

Tints of Conifer #AFCE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.26%

R = 38.46%
G = 45.27%
B = 16.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#AFCE4A (or 0xAFCE4A) is known color: Conifer. HEX triplet: AF, CE and 4A. RGB value is (175,206,74). Sum of RGB (Red+Green+Blue) = 175+206+74=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE4A is #5031B5. Grayscale: #B6B6B6. Windows color (decimal): -5255606 or 4902575. OLE color: 4902575.

HSL color Cylindrical-coordinate representation of color #AFCE4A: hue angle of 74.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFCE4A is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 74 -
CMYK 0.15 0 0.64 0.19
HSL 74.09º 0.57% 0.55% -
HSV(B) 74.09º 0.64% 0.81% -
XYZ 40.99 53.75 14.69 -
YUV 181.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 175 206 74 0.15 0 0.64 0.19 74.09 0.57 0.55
Hex AF CE 4A F 0 40 13 4A 39 37
Octal 257 316 112 17 0 100 23 112 71 67
Binary 10101111 11001110 1001010 1111 0 1000000 10011 1001010 111001 110111

Color Harmonies of #AFCE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE4A

Black with #AFCE4A

Text Example


Text Example

White with #AFCE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE4A; }

 p { color: rgb(175,206,74); }

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

background-color css

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

 a { background-color: rgb(175,206,74); }

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

border-color css

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

 span { border-color: rgb(175,206,74); }

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