Html Css Color HEX #AFE654 Conifer

📋 copy color: '#AFE654'

red 175 ◦ green 230 ◦ blue 84

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

Shades of Conifer #AFE654

Tints of Conifer #AFE654

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.03%

 BLUE value IS 84 (33.2% from 255) = 17.18%

R = 35.79%
G = 47.03%
B = 17.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#AFE654 (or 0xAFE654) is known color: Conifer. HEX triplet: AF, E6 and 54. RGB value is (175,230,84). Sum of RGB (Red+Green+Blue) = 175+230+84=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 84 (33.20% from 255 or 17.18% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE654 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE654 is #5019AB. Grayscale: #C5C5C5. Windows color (decimal): -5249452 or 5564079. OLE color: 5564079.

HSL color Cylindrical-coordinate representation of color #AFE654: hue angle of 82.6º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFE654 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 84 -
CMYK 0.24 0 0.63 0.10
HSL 82.6º 0.74% 0.62% -
HSV(B) 82.6º 0.63% 0.9% -
XYZ 47.58 66.35 18.69 -
YUV 196.91 64.28 112.37 -
System Red Green Blue C M Y K H S L
Decimal 175 230 84 0.24 0 0.63 0.10 82.6 0.74 0.62
Hex AF E6 54 18 0 3F A 53 4A 3E
Octal 257 346 124 30 0 77 12 123 112 76
Binary 10101111 11100110 1010100 11000 0 111111 1010 1010011 1001010 111110

Color Harmonies of #AFE654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE654

Black with #AFE654

Text Example


Text Example

White with #AFE654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE654; }

 p { color: rgb(175,230,84); }

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

background-color css

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

 a { background-color: rgb(175,230,84); }

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

border-color css

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

 span { border-color: rgb(175,230,84); }

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