Html Css Color HEX #AFE238 Conifer

📋 copy color: '#AFE238'

red 175 ◦ green 226 ◦ blue 56

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

Shades of Conifer #AFE238

Tints of Conifer #AFE238

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.45%

 BLUE value IS 56 (22.27% from 255) = 12.25%

R = 38.29%
G = 49.45%
B = 12.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#AFE238 (or 0xAFE238) is known color: Conifer. HEX triplet: AF, E2 and 38. RGB value is (175,226,56). Sum of RGB (Red+Green+Blue) = 175+226+56=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 226 (88.67% from 255 or 49.45% from 457); Blue value is 56 (22.27% from 255 or 12.25% from 457); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE238 is #501DC7. Grayscale: #C0C0C0. Windows color (decimal): -5250504 or 3728047. OLE color: 3728047.

HSL color Cylindrical-coordinate representation of color #AFE238: hue angle of 78º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFE238 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 56 -
CMYK 0.23 0 0.75 0.11
HSL 78º 0.75% 0.55% -
HSV(B) 78º 0.75% 0.89% -
XYZ 45.59 63.79 13.65 -
YUV 191.37 51.6 116.32 -
System Red Green Blue C M Y K H S L
Decimal 175 226 56 0.23 0 0.75 0.11 78 0.75 0.55
Hex AF E2 38 17 0 4B B 4E 4B 37
Octal 257 342 70 27 0 113 13 116 113 67
Binary 10101111 11100010 111000 10111 0 1001011 1011 1001110 1001011 110111

Color Harmonies of #AFE238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE238

Black with #AFE238

Text Example


Text Example

White with #AFE238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE238; }

 p { color: rgb(175,226,56); }

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

background-color css

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

 a { background-color: rgb(175,226,56); }

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

border-color css

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

 span { border-color: rgb(175,226,56); }

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